home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2188 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS friendly part II
  5. Date: Sun, 28 Jan 96 11:44:27
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960128.42FB70.AA46@al067.du.pipex.com>
  9. References: <4dg16j$ha1@serpens.rhein.de> <4djdn2$2tk@sunsystem5.informatik.tu-muenchen.de> <4dk1km$k4@serpens.rhein.de> <4dm2ak$pgo@sunsystem5.informatik.tu-muenchen.de> <4dmmi9$9je@serpens.rhein.de> <4e0ssb$hld@oreig.uji.es> <4e1amj$5m6@serpens.rhein.de> <judas.0hnz@tomtec.abg.sub.org>
  10. NNTP-Posting-Host: al067.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Th.Huber (judas@tomtec.abg.sub.org) wrote:
  14. : In article <4e1amj$5m6@serpens.rhein.de> mlelstv@serpens.rhein.de (Michael van Elst) writes:
  15. : >ii202@rossegat.uji.es (Jorge Acereda Macia) writes:
  16. : >>I also do that. Just to ensure that no other task is using audio.device.
  17. : >>Is there any OS friendly mod player that I'm not aware of?
  18. : >
  19. : >Yes, several. They just use standard audio.device calls and no
  20. : >pokes to the hardware.
  21. : Don`t forget to mention the various soundeffects you get with audio.device.
  22. : Protrackersongs often use the same sample on 2 channels.
  23. : No problem for a good replay-code, but a big problem for audio.device.
  24. : Audio.device has timing problems, thus produces wierd, unpredictable phasing effects.
  25. : ... as this "improvement" in sound quality isn`t a favour of everyone, it`s much better
  26. : to keep hands off audio.device.
  27. : (Or just use it for allocation of the channels. )
  28. : BTW; To test my statement, try delitracker`s "paulanoteplayer (hardware)" and
  29. :      also the audio.device-player.
  30.  
  31. The audio.device noteplayer was removed some time ago. To quote DeliTracker's
  32. manual:
  33.  
  34. AudioDev-NotePlayer           --- Removed ---
  35.                               We removed this noteplayer because there
  36.                               are bugs in the audio.device which cause
  37.                               many problems. There are no workarounds
  38.                               for these bugs.
  39.  
  40. I presume one of "these bugs" was the timing problem you refer to. All of
  41. DeliTracker's other players allocate the channels via audio.device, before
  42. setting off to hit Paula directly.
  43.  
  44. Does audio.device only have these problems when playing back the same sample
  45. on two channels? If not, and the problem is always present, audio.device
  46. would be completely unusable for more tricky stuff like the "emulated" 14 bit
  47. players now doing the rounds - get the two portions of a 14 bit sample
  48. out of phase between the two 8 bit channels and you will get rather nasty
  49. distortion.
  50.  
  51. -- Mat.
  52.